home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / keyedlists / keylset < prev   
Encoding:
Text File  |  1993-10-26  |  476 b   |  10 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           keylset listvar key value ?key2 value2 ...?
  4.                Set the value associated with key, in  the  keyed  list
  5.                contained  in the variable listvar, to value.  If list-
  6.                var does not exists, it is  created.   If  key  is  not
  7.                currently in the list, it will be added.  If it already
  8.                exists, value replaces the  existing  value.   Multiple
  9.                keywords and values may be specified, if desired.
  10.